Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As far as I know, rocksdb occasionally has API changes between minor versions.
Since I use rust bindings to rocksdb (i.e. rust-rocksdb) in multiple projects for which I want to build conda packages, and since building rocksdb from scratch in the (bioconda) CI usually times out / exceeds resource usage, I'd like to link against pre-built rocksdb instead. For that to work, however, the versions of rocksdb and rust-rocksdb need to be compatible.
The newest 8.x release of rocksdb available from conda-forge is 8.5.3; whereas rust-rocksdb is currently okay with >=8.9.1.
I'd therefore be happy to somehow get a build of rocksdb 8.9.1 (or 8.10.x).
This PR should not be merged to main, but rather to a separate, yet-to-be-created branch ("8.x", I guess).
P.S.: I had to introduce a change to be able to submit a draft PR, which is basically an
exit 1
in the build script to avoid accidentally processing/merging/triggering stuff.See also bioconda/bioconda-recipes#51210
cc @mbargull